projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f0f733
)
Don't link libgdk_pixbuf against libgnomecanvaspixbuf
author
Elliot Lee
<sopwith@src.gnome.org>
Mon, 17 Jan 2000 18:29:29 +0000
(18:29 +0000)
committer
Elliot Lee
<sopwith@src.gnome.org>
Mon, 17 Jan 2000 18:29:29 +0000
(18:29 +0000)
Don't link libgdk_pixbuf against libgnomecanvaspixbuf
gdk-pixbuf/Makefile.am
patch
|
blob
|
history
diff --git
a/gdk-pixbuf/Makefile.am
b/gdk-pixbuf/Makefile.am
index 600408bdc153cffea682314a2d8b5c24666443fd..630caad00457392845f20cbd7031f23d2f7af7f9 100644
(file)
--- a/
gdk-pixbuf/Makefile.am
+++ b/
gdk-pixbuf/Makefile.am
@@
-63,11
+63,7
@@
INCLUDES = -I$(top_srcdir) -I$(top_builddir) \
$(GLIB_CFLAGS) $(LIBART_CFLAGS) $(GTK_CFLAGS)
AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(libexecdir)\""
-if INSIDE_GNOME_LIBS
LDADDS = libgdk_pixbuf.la $(LIBART_LIBS) $(GLIB_LIBS) $(GTK_LIBS)
-else
-LDADDS = libgdk_pixbuf.la libgnomecanvaspixbuf.la $(LIBART_LIBS) $(GLIB_LIBS) $(GTK_LIBS)
-endif
if INSIDE_GNOME_LIBS
testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) -lgmodule